Delete Method (Recipients Collection)
The Delete
method deletes all the recipients in the Recipients collection.
Syntax
objRecipColl.Delete()
Parameters
objRecipColl
Required. The
Recipients collection object.
Remarks
Be cautious
using the Delete method with a collection, since it deletes all the
collection s member objects. To delete only one Recipient object, use the Delete
The effect of
the Delete method is not permanent until you use the Update